home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / TABULEIRO / RATSUK.SWF / scripts / frame_35 / DoAction.as
Text File  |  2003-11-17  |  210b  |  16 lines

  1. if(sk_done ne "")
  2. {
  3.    sk_done = "";
  4.    gotoAndStop(_currentframe + "2");
  5. }
  6. else if(error ne "")
  7. {
  8.    view_scores = error;
  9.    stop();
  10. }
  11. else
  12. {
  13.    view_scores = "Loen edetabelit...";
  14.    play();
  15. }
  16.